-
-
Notifications
You must be signed in to change notification settings - Fork 46.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Python 3.12 #9576
Upgrade to Python 3.12 #9576
Conversation
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11 | ||
python-version: 3.12 | ||
allow-prereleases: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this now, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will allow me to play with Python 3.11 and will sit dorment until we update line 15.
qiskit ; python_version < '3.12' | ||
qiskit-aer ; python_version < '3.12' | ||
requests | ||
rich | ||
scikit-fuzzy | ||
scikit-learn | ||
statsmodels | ||
sympy | ||
tensorflow | ||
tensorflow ; python_version < '3.12' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should open a tracking issue for remaining dependencies and mark it as "good first issue".
* DRAFT: GitHub Actions: Test on Python 3.12 Repeats TheAlgorithms#8777 * TheAlgorithms#8777 Some of our dependencies will not be ready yet. * Python 3.12: Disable qiskit and tensorflow algorithms * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Describe your change:
Repeats #8777
Repeats #9306
Disables algorithms based on
qiskit
andtensorflow
because those modules are not yet compatible with Python 3.12.Checklist: